home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global gObjCaptain
- rollTest(gObjCaptain)
- go(the frame)
- end
-
- on mouseDown
- global gObjCaptain
- if (the clickOn = 42) or (the clickOn = 43) or (the clickOn = 44) or (the clickOn = 45) or (the clickOn = 46) or (the clickOn = 47) then
- set the movieRate of sprite 39 to 0
- end if
- mouseClick(gObjCaptain, the clickOn)
- end
-